| short: Ausgabe eines Strings |
| de: Zeigt einen String an |
| en: Displays a string or Array or other DataTypes. |
| name | type | description | bindable | readOnly | required | defaultValue | localizable |
|---|---|---|---|---|---|---|---|
| autoScroll | Boolean | If true, scrolling is enabled | false | false | false | false | false |
| breakWord | Boolean | Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. | false | false | false | false | false |
| draggable | Boolean | Make widget draggable. | false | false | false | false | false |
| ellipsis | Boolean | If true, horizontal overflow of text is symbolized with an ellipsis. | false | false | false | false | false |
| enable | Boolean | Initial option to enable widget. | true | false | false | true | false |
| multiLine | Boolean | If true, more than one line is possible. Text will wrap when necessary (wordWrap=true) or at line breaks (\n). If false, text will never wrap to the next line. The text continues on the same line. | false | false | false | false | false |
| outputRefId | String | Reference ID for Output Mode and to check the conditions, if more outputs are possible | false | false | false | null | false |
| permissionOperate | RoleCollection | restricts operability to users, which have given roles | false | false | false | false | |
| permissionView | RoleCollection | restricts visibility to users, which have given roles | false | false | false | false | |
| rcpDat0CMT | Number | RCPdat0 | true | false | false | 0 | false |
| rcpDat0FN | String | RCPdat0 | true | false | false | 0 | false |
| style | StyleReference | reference to a style for this widget type | true | false | false | default | false |
| tabIndex | Integer | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | false | false | false | -1 | false |
| tooltip | String | reference to a tooltip for a widget | false | false | false | true | |
| value | String | true | false | false | null | false | |
| visible | Boolean | change visibility | true | false | false | true | false |
| wordWrap | Boolean | If true, text will wrap when necessary. | false | false | false | false | false |
| maxHeight | Size | maximum outer height of widget | false | false | false | 0 | false |
| minHeight | Size | minimum outer height of widget | false | false | false | 0 | false |
| maxWidth | Size | maximum outer width of widget | false | false | false | 0 | false |
| minWidth | Size | minimum outer width of widget | false | false | false | 0 | false |
| zIndex | UInteger | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
false | false | true | false | |
| left | Integer | absolute position measured from left boundary of parent container | false | false | false | false | |
| top | Integer | absolute position measured from top boundary of parent container | false | false | false | false | |
| height | Size | outer height of widget | false | false | false | 30 | false |
| width | Size | outer width of widget | false | false | false | 100 | false |
| name | type | description | defaultValue |
|---|---|---|---|
| borderWidth | PixelValCollection | Sets the border width of the widget. For further information, please check its type |
0px |
| cornerRadius | PixelValCollection | Sets the radius of the widget rounded corners. For further information, please check its type |
0px |
| backColor | Color | Sets the background color of the widget |
transparent |
| backGroundGradient | Gradient | Background as a gradient |
|
| borderColor | ColorCollection | Sets the border color |
#C8C8C8 |
| borderStyle | BorderStyle | Style of the Border of the widget |
none |
| textColor | Color | Sets the color of the text displayed by the widget |
#000000 |
| textAlign | brease.enum.TextAlignmentAll | Alignment of the text |
left |
| opacity | Opacity | Opacity of the widget |
1 |
| rotation | Rotation | Rotation of widget |
0deg |
| fontName | FontName | Fontname of the text |
Arial |
| fontSize | PixelVal | Fontsize of the text in pixel |
14px |
| bold | Boolean | If true font style is bold |
false |
| italic | Boolean | If true font style is italic |
false |
| underline | Boolean | If true font style is underline |
false |
| padding | Padding | Padding of the Widget |
0px 15px 0px 15px |
| margin | Margin | Margin of the Widget |
0px |
| shadow | Shadow | Shadow of the Widget |
none |